home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 42 / PCGuide 42a / pcguide42.iso / patches / fallout / FALL11.ZIP / DATA / TEXT / ENGLISH / GAME / COMBAT.MSG next >
Encoding:
Text File  |  1997-10-30  |  27.0 KB  |  748 lines

  1. #
  2. # This is all of the combat messages used by combat.c
  3. # Note: all %d values will be filled with a number greater than 1
  4. #
  5. # Truly Generic strings (no need for gender/number issues)
  6. #
  7. {100}{}{You need %d action points.}
  8. {101}{}{Out of ammo.}
  9. {102}{}{Target out of range.}
  10. {103}{}{Combat cannot end with nearby hostile creatures.}
  11. {104}{}{Your aim is blocked.}
  12. {105}{}{You cannot use weapons with both arms crippled.}
  13. {106}{}{You cannot use two-handed weapons with a crippled arm.}
  14. {107}{}{You are not strong enough to use this weapon properly.}
  15. {108}{}{ and }
  16. #
  17. # Combat Flag Strings (all of these happen to you, the player)
  18. #
  19. {200}{}{knocked out}
  20. {201}{}{knocked down}
  21. {202}{}{crippled your left leg}
  22. {203}{}{crippled your right leg}
  23. {204}{}{crippled your left arm}
  24. {205}{}{crippled your right arm}
  25. {206}{}{blinded}
  26. {207}{}{were killed}
  27. {208}{}{hit}
  28. {209}{}{critical}
  29. {210}{}{on fire}
  30. {211}{}{had your armor bypassed}
  31. {212}{}{your weapon exploded}
  32. {213}{}{your weapon destroyed}
  33. {214}{}{your weapon dropped}
  34. {215}{}{lost your next turn}
  35. {216}{}{hit yourself}
  36. {217}{}{lost the rest of your ammo}
  37. {218}{}{fired a dud shot}
  38. {219}{}{hurt yourself}
  39. {220}{}{hit randomly}
  40. {221}{}{crippled a random limb}
  41. {222}{}{peppered with fragments}
  42. #
  43. # Combat Flag Strings (all of these happen to a male)
  44. #
  45. {300}{}{knocked out}
  46. {301}{}{knocked down}
  47. {302}{}{crippled his left leg}
  48. {303}{}{crippled his right leg}
  49. {304}{}{crippled his left arm}
  50. {305}{}{crippled his right arm}
  51. {306}{}{blinded}
  52. {307}{}{was killed}
  53. {308}{}{hit}
  54. {309}{}{critical}
  55. {310}{}{on fire}
  56. {311}{}{had his armor bypassed}
  57. {312}{}{his weapon exploded}
  58. {313}{}{his weapon destroyed}
  59. {314}{}{his weapon dropped}
  60. {315}{}{lost his next turn}
  61. {316}{}{hit himself}
  62. {317}{}{lost the rest of his ammo}
  63. {318}{}{fired a dud shot}
  64. {319}{}{hurt himself}
  65. {320}{}{hit randomly}
  66. {321}{}{crippled a random limb}
  67. {322}{}{peppered with fragments}
  68. #
  69. # Combat Flag Strings (all of these happen to a female)
  70. #
  71. {400}{}{knocked out}
  72. {401}{}{knocked down}
  73. {402}{}{crippled her left leg}
  74. {403}{}{crippled her right leg}
  75. {404}{}{crippled her left arm}
  76. {405}{}{crippled her right arm}
  77. {406}{}{blinded}
  78. {407}{}{was killed}
  79. {408}{}{hit}
  80. {409}{}{critical}
  81. {410}{}{on fire}
  82. {411}{}{had her armor bypassed}
  83. {412}{}{her weapon exploded}
  84. {413}{}{her weapon destroyed}
  85. {414}{}{her weapon dropped}
  86. {415}{}{lost her next turn}
  87. {416}{}{hit herself}
  88. {417}{}{lost the rest of her ammo}
  89. {418}{}{fired a dud shot}
  90. {419}{}{hurt herself}
  91. {420}{}{hit randomly}
  92. {421}{}{crippled a random limb}
  93. {422}{}{peppered with fragments}
  94. #
  95. # Miscellaneous combat messages (all of these happen to you, the player)
  96. # Note: the first %s will be replaced by the value of line 506, which
  97. #          should be the language's equivalent to 2nd person singular,
  98. #          which is "You" in English. The first letter of line 506 should
  99. #          be capitalized, since it will start a sentence.
  100. #       the second %s (if there is one) is the hit location, which
  101. #          will be a string from the section Hit Locations starting
  102. #          in the 1000's in this file, with the exception of line 509
  103. #          where the second %s is the name of another creature
  104. {506}{}{You}
  105. {509}{}{Oops! %s were hit instead of %s!}
  106. {511}{}{%s were critically hit in %s for %d hit points}
  107. {512}{}{%s were hit in %s for %d hit points}
  108. {513}{}{%s were hit for %d hit points}
  109. {514}{}{%s critically missed}
  110. {515}{}{%s missed}
  111. {520}{}{%s were critically hit for %d hit points}
  112. {521}{}{%s were critically hit in %s for 1 hit point}
  113. {522}{}{%s were hit in %s for 1 hit point}
  114. {523}{}{%s were hit for 1 hit point}
  115. {524}{}{%s were critically hit for 1 hit point}
  116. {525}{}{%s were critically hit in %s for no damage}
  117. {526}{}{%s were hit in %s for no damage}
  118. {527}{}{%s were hit for no damage}
  119. {528}{}{%s were critically hit for no damage}
  120. {533}{}{%s critically missed and took 1 hit point}
  121. {534}{}{%s critically missed and took %d hit points}
  122. #
  123. # Miscellaneous combat messages (all of these happen to a male)
  124. # Note: the first %s is the name of the male creature
  125. #       the second %s (if there is one) is the hit location, which
  126. #          will be a string from the section Hit Locations starting
  127. #          in the 1000's in this file, with the exception of line 609
  128. #          where the second %s is the name of another creature
  129. #
  130. {608}{}{Oops! %s was hit instead of you!}
  131. {609}{}{Oops! %s was hit instead of %s!}
  132. {611}{}{%s was critically hit in %s for %d hit points}
  133. {612}{}{%s was hit in %s for %d hit points}
  134. {613}{}{%s was hit for %d hit points}
  135. {614}{}{%s critically missed}
  136. {615}{}{%s missed}
  137. {620}{}{%s was critically hit for %d hit points}
  138. {621}{}{%s was critically hit in %s for 1 hit point}
  139. {622}{}{%s was hit in %s for 1 hit point}
  140. {623}{}{%s was hit for 1 hit point}
  141. {624}{}{%s was critically hit for 1 hit point}
  142. {625}{}{%s was critically hit in %s for no damage}
  143. {626}{}{%s was hit in %s for no damage}
  144. {627}{}{%s was hit for no damage}
  145. {628}{}{%s was critically hit for no damage}
  146. {633}{}{%s critically missed and took 1 hit point}
  147. {634}{}{%s critically missed and took %d hit points}
  148. #
  149. # Miscellaneous combat messages (all of these happen to a female)
  150. # Note: the first %s is the name of the female creature
  151. #       the second %s (if there is one) is the hit location, which
  152. #          will be a string from the section Hit Locations starting
  153. #          in the 1000's in this file, with the exception of line 709
  154. #          where the second %s is the name of another creature
  155. #
  156. {708}{}{Oops! %s was hit instead of you!}
  157. {709}{}{Oops! %s was hit instead of %s!}
  158. {711}{}{%s was critically hit in %s for %d hit points}
  159. {712}{}{%s was hit in %s for %d hit points}
  160. {713}{}{%s was hit for %d hit points}
  161. {714}{}{%s critically missed}
  162. {715}{}{%s missed}
  163. {720}{}{%s was critically hit for %d hit points}
  164. {721}{}{%s was critically hit in %s for 1 hit point}
  165. {722}{}{%s was hit in %s for 1 hit point}
  166. {723}{}{%s was hit for 1 hit point}
  167. {724}{}{%s was critically hit for 1 hit point}
  168. {725}{}{%s was critically hit in %s for no damage}
  169. {726}{}{%s was hit in %s for no damage}
  170. {727}{}{%s was hit for no damage}
  171. {728}{}{%s was critically hit for no damage}
  172. {733}{}{%s critically missed and took 1 hit point}
  173. {734}{}{%s critically missed and took %d hit points}
  174. #
  175. # Hit Locations (by art_num alias)
  176. #
  177. # regular humans
  178. #
  179. {1110}{}{the head}
  180. {1111}{}{the left arm}
  181. {1112}{}{the right arm}
  182. {1113}{}{the torso}
  183. {1114}{}{the right leg}
  184. {1115}{}{the left leg}
  185. {1116}{}{the eyes}
  186. {1117}{}{the groin}
  187. {1118}{}{uncalled}
  188. #
  189. # Brahmin (Mutant 2-Headed Cows)
  190. #
  191. {1150}{}{the head}
  192. {1151}{}{the left hindleg}
  193. {1152}{}{the right hindleg}
  194. {1153}{}{the torso}
  195. {1154}{}{the right foreleg}
  196. {1155}{}{the left foreleg}
  197. {1156}{}{the eyes}
  198. {1157}{}{the udder}
  199. {1158}{}{uncalled}
  200. #
  201. # dogs
  202. #
  203. {1160}{}{the head}
  204. {1161}{}{the hindleg}
  205. {1162}{}{the hindleg}
  206. {1163}{}{the body}
  207. {1164}{}{the foreleg}
  208. {1165}{}{the foreleg}
  209. {1166}{}{the eyes}
  210. {1167}{}{the groin}
  211. {1168}{}{uncalled}
  212. #
  213. # Mr. Handy
  214. #
  215. {1170}{}{the CPU}
  216. {1171}{}{the manipulator}
  217. {1172}{}{the manipulator}
  218. {1173}{}{the frame}
  219. {1174}{}{the motivator}
  220. {1175}{}{the motivator}
  221. {1176}{}{the sensors}
  222. {1177}{}{the regulator}
  223. {1178}{}{uncalled}
  224. #
  225. # Super Mutants
  226. #
  227. {1180}{}{the head}
  228. {1181}{}{the left arm}
  229. {1182}{}{the right arm}
  230. {1183}{}{the torso}
  231. {1184}{}{the right leg}
  232. {1185}{}{the left leg}
  233. {1186}{}{the eyes}
  234. {1187}{}{the groin}
  235. {1188}{}{uncalled}
  236. #
  237. # Mole-Rat
  238. #
  239. {1190}{}{the head}
  240. {1191}{}{the left paw}
  241. {1192}{}{the right paw}
  242. {1193}{}{the body}
  243. {1194}{}{the right leg}
  244. {1195}{}{the left leg}
  245. {1196}{}{the eyes}
  246. {1197}{}{the groin}
  247. {1198}{}{uncalled}
  248. #
  249. # big humans and mutants
  250. #
  251. {1210}{}{the head}
  252. {1211}{}{the left arm}
  253. {1212}{}{the right arm}
  254. {1213}{}{the torso}
  255. {1214}{}{the right leg}
  256. {1215}{}{the left leg}
  257. {1216}{}{the eyes}
  258. {1217}{}{the groin}
  259. {1218}{}{uncalled}
  260. #
  261. # Radscorpion
  262. #
  263. {1220}{}{the head}
  264. {1221}{}{the tail}
  265. {1222}{}{the claw}
  266. {1223}{}{the carapace}
  267. {1224}{}{the forelegs}
  268. {1225}{}{the hindlegs}
  269. {1226}{}{the eyes}
  270. {1227}{}{the brain}
  271. {1228}{}{uncalled}
  272. #
  273. # Floater
  274. #
  275. {1230}{}{the head}
  276. {1231}{}{the mouth}
  277. {1232}{}{the fore mouth}
  278. {1233}{}{the body}
  279. {1234}{}{the float sac}
  280. {1235}{}{the tail}
  281. {1236}{}{the ganglion}
  282. {1237}{}{the ovipositor}
  283. {1238}{}{uncalled}
  284. #
  285. # masrat? a rat perhaps?
  286. #
  287. {1240}{}{the head}
  288. {1241}{}{the left paw}
  289. {1242}{}{the right paw}
  290. {1243}{}{the body}
  291. {1244}{}{the right leg}
  292. {1245}{}{the left leg}
  293. {1246}{}{the eyes}
  294. {1247}{}{the groin}
  295. {1248}{}{uncalled}
  296. #
  297. # Centaur
  298. #
  299. {1250}{}{the head}
  300. {1251}{}{the left arm}
  301. {1252}{}{the right arm}
  302. {1253}{}{the body}
  303. {1254}{}{the right leg}
  304. {1255}{}{the left leg}
  305. {1256}{}{the eyes}
  306. {1257}{}{the groin}
  307. {1258}{}{uncalled}
  308. #
  309. # human midgets and children
  310. #
  311. {1270}{}{the head}
  312. {1271}{}{the left arm}
  313. {1272}{}{the right arm}
  314. {1273}{}{the torso}
  315. {1274}{}{the right leg}
  316. {1275}{}{the left leg}
  317. {1276}{}{the eyes}
  318. {1277}{}{the groin}
  319. {1278}{}{uncalled}
  320. #
  321. # Overseer
  322. #
  323. {1460}{}{the head}
  324. {1461}{}{the left arm}
  325. {1462}{}{the right arm}
  326. {1463}{}{the torso}
  327. {1464}{}{the right leg}
  328. {1465}{}{the left leg}
  329. {1466}{}{the eyes}
  330. {1467}{}{the groin}
  331. {1468}{}{uncalled}
  332. #
  333. # Gizmo
  334. #
  335. {1490}{}{the head}
  336. {1491}{}{the left arm}
  337. {1492}{}{the right arm}
  338. {1493}{}{the torso}
  339. {1494}{}{the right leg}
  340. {1495}{}{the left leg}
  341. {1496}{}{the eyes}
  342. {1497}{}{the groin}
  343. {1498}{}{uncalled}
  344. #
  345. # The Master!
  346. #
  347. {1500}{}{the head}
  348. {1501}{}{???}
  349. {1502}{}{???}
  350. {1503}{}{the frame}
  351. {1504}{}{???}
  352. {1505}{}{???}
  353. {1506}{}{the eyes}
  354. {1507}{}{the CPU}
  355. {1508}{}{uncalled}
  356. #
  357. # Death Claw
  358. #
  359. {1510}{}{the head}
  360. {1511}{}{the left arm}
  361. {1512}{}{the right arm}
  362. {1513}{}{the torso}
  363. {1514}{}{the right leg}
  364. {1515}{}{the left leg}
  365. {1516}{}{the eyes}
  366. {1517}{}{the groin}
  367. {1518}{}{uncalled}
  368. #
  369. # Mantis
  370. #
  371. {1520}{}{the head}
  372. {1521}{}{the raptorial leg}
  373. {1522}{}{the raptorial leg}
  374. {1523}{}{the abdomen}
  375. {1524}{}{the legs}
  376. {1525}{}{the wings}
  377. {1526}{}{the eyes}
  378. {1527}{}{the metathorax}
  379. {1528}{}{uncalled}
  380. #
  381. # Robobrain
  382. #
  383. {1530}{}{the CPU}
  384. {1531}{}{the manipulator}
  385. {1532}{}{the manipulator}
  386. {1533}{}{the frame}
  387. {1534}{}{the motivator}
  388. {1535}{}{the motivator}
  389. {1536}{}{the sensors}
  390. {1537}{}{the regulator}
  391. {1538}{}{uncalled}
  392. #
  393. # Eyeball (Robot)
  394. #
  395. {1540}{}{the CPU}
  396. {1541}{}{the manipulator}
  397. {1542}{}{the manipulator}
  398. {1543}{}{the frame}
  399. {1544}{}{the motivator}
  400. {1545}{}{the motivator}
  401. {1546}{}{the sensors}
  402. {1547}{}{the regulator}
  403. {1548}{}{uncalled}
  404. #
  405. # Mutant Pig Rat (small Mole-Rat)
  406. #
  407. {1550}{}{the head}
  408. {1551}{}{the left paw}
  409. {1552}{}{the right paw}
  410. {1553}{}{the body}
  411. {1554}{}{the right leg}
  412. {1555}{}{the left leg}
  413. {1556}{}{the eyes}
  414. {1557}{}{the groin}
  415. {1558}{}{uncalled}
  416. #
  417. # Deathclaw Egg
  418. #
  419. {1580}{}{the shell}
  420. {1581}{}{the shell}
  421. {1582}{}{the shell}
  422. {1583}{}{the shell}
  423. {1584}{}{the shell}
  424. {1585}{}{the shell}
  425. {1586}{}{the shell}
  426. {1587}{}{the shell}
  427. {1588}{}{uncalled}
  428.  
  429. #
  430. # Critical Hit Messages
  431. #
  432. # 5000 series - men (including generics)
  433. #
  434. {5000}{}{ and really hurts}
  435. {5001}{}{. A serious wound is inflicted}
  436. {5002}{}{ with no armor defenses}
  437. {5003}{}{. The damaging attack knocks him unconscious}
  438. {5004}{}{. The blow knocks him to the ground}
  439. {5005}{}{. The strong blow to the head knocks him out}
  440. {5006}{}{. The attack crushes the temple. Good night, Gracie}
  441. {5007}{}{, death is instantaneous}
  442. {5008}{}{, causing severe tennis elbow}
  443. {5009}{}{, pushing the arm out of the way}
  444. {5010}{}{, leaving a big bruise}
  445. {5011}{}{, crippling the left arm}
  446. {5012}{}{, leaving the left arm dangling by the skin}
  447. {5013}{}{. That arm now looks like a bloody stump}
  448. {5014}{}{, leaving a crippled right arm}
  449. {5015}{}{. His right arm is pulverized by this powerful blow}
  450. {5016}{}{ in a forceful blow}
  451. {5017}{}{ blowing through the armor}
  452. {5018}{}{, inflicting an extra helping of damage}
  453. {5019}{}{ with no armor, knocking the combatant to the ground}
  454. {5020}{}{ knocking the air out, he slumps to the ground out of the fight}
  455. {5021}{}{. Unfortunately, his spine is now clearly visible from the front}
  456. {5022}{}{ putting a major hurt on his leg}
  457. {5023}{}{, knocking him to the ground like a bowling pin in a league game}
  458. {5024}{}{, bowling him over and crippling that leg}
  459. {5025}{}{, smashing the knee into the next town. He falls}
  460. {5026}{}{. The intense pain of having a leg removed causes him to quit}
  461. {5027}{}{ inflicting some extra pain}
  462. {5028}{}{ causing blindness, unluckily for him}
  463. {5029}{}{, and with no protection there, causing serious pain}
  464. {5030}{}{, and blinding him with a stunning blow}
  465. {5031}{}{. The loss of an eye is too much for him, and he falls to the ground}
  466. {5032}{}{, sadly, he is too busy feeling the rush of air on the brain to notice death approaching}
  467. {5033}{}{. Ouch! That had to hurt}
  468. {5034}{}{, and he's not wearing a cup, either}
  469. {5035}{}{ and without protection, he falls over, groaning in agony}
  470. {5036}{}{. The pain is too much for him and he collapses like a rag}
  471. {5037}{}{. He mumbles "Mother", as his eyes roll into the back of his head}
  472. #
  473. # series 5100 - women
  474. #
  475. {5100}{}{ and really hurts}
  476. {5101}{}{. A serious wound is inflicted}
  477. {5102}{}{ with no armor}
  478. {5103}{}{. The damaging attack knocks her unconscious}
  479. {5104}{}{. The blow knocks her to the ground}
  480. {5105}{}{. The strong blow to the head knocks her out}
  481. {5106}{}{. The attack crushes her temple. Good night, Gracie}
  482. {5107}{}{, death is instantaneous}
  483. {5108}{}{, causing severe tennis elbow}
  484. {5109}{}{, pushing the arm out of the way}
  485. {5110}{}{, leaving a big bruise}
  486. {5111}{}{, crippling the left arm}
  487. {5112}{}{. The left arm is barely attached to her shoulder}
  488. {5113}{}{. That arm now looks like a bloody stump}
  489. {5114}{}{, leaving a crippled right arm}
  490. {5115}{}{. Her right arm is turned into hamburger by the blow}
  491. {5116}{}{ in a forceful blow}
  492. {5117}{}{ piercing through her defenses}
  493. {5118}{}{, inflicting an extra helping of damage}
  494. {5119}{}{ with no armor, knocking the female fighter to the ground}
  495. {5120}{}{ knocking the air out, she slumps to the ground}
  496. {5121}{}{. Unfortunately, her major organs have been exposed to the light}
  497. {5122}{}{ putting a major hurt on her leg}
  498. {5123}{}{, knocking her over like a bad blind date}
  499. {5124}{}{, knocking her down and crippling that leg}
  500. {5125}{}{, smashing the knee into the next town. She takes the fast track to the ground}
  501. {5126}{}{. She screams in pain from the broken leg}
  502. {5127}{}{ inflicting some extra pain}
  503. {5128}{}{ causing blindness. She grimaces}
  504. {5129}{}{, and with no protection there, causing serious pain}
  505. {5130}{}{. The wound causes severe blindness, as if there is any other kind}
  506. {5131}{}{. She faints from the blinding attack}
  507. {5132}{}{, sadly, she doesn't get to pray to her gods before she meets them}
  508. {5133}{}{. She takes it like a man. That is to say, it hurts}
  509. {5134}{}{, knocking her to the ground}
  510. {5135}{}{. Her childbearing days are in trouble as she collapses in a limp heap}
  511. #
  512. # series 5200 - children
  513. #
  514. {5200}{}{. The little kid starts to cry}
  515. {5201}{}{. Unconscious, the small child falls over}
  516. {5202}{}{. Ouchie!}
  517. {5203}{}{. The blow is true, and the child is knocked unconscious}
  518. {5204}{}{, smashing the small child around like a limp rag}
  519. {5205}{}{. The left arm of this kid now has an owie}
  520. {5206}{}{, throwing the small child off balance}
  521. {5207}{}{, breaking that arm with a loud snap. Some serious tears start to flow}
  522. {5208}{}{, easily snapping that arm like a small piece of candy}
  523. {5209}{}{. The right arm starts to swell, like a balloon}
  524. {5210}{}{, and starts to cry}
  525. {5211}{}{ in a sensitive spot}
  526. {5212}{}{. The attack to a vital organ knocks the kid over}
  527. {5213}{}{, knocking the little kid over like a toy}
  528. {5214}{}{. Now this young child will never really experience life}
  529. {5215}{}{, inflicting a deep cut}
  530. {5216}{}{. The attack bowls the child over, and breaks the leg}
  531. {5217}{}{, inflicting great harm to the small child}
  532. {5218}{}{. The young child looks up and starts to cry}
  533. {5219}{}{, which blinds the youth}
  534. {5220}{}{, bashing in the youthful looking nose}
  535. {5221}{}{. A cut appears above the eyes and the blood starts to flow freely}
  536. {5222}{}{, which opens an eye like an exploding grape. The child looks bewildered}
  537. {5223}{}{ causing blindness. The young child drops to the ground}
  538. {5224}{}{, the blow continues into the small brain}
  539. {5225}{}{. The child looks confused and shaken}
  540. {5226}{}{, knocking this young target to the ground}
  541. #
  542. # series 5300 - Super Mutants
  543. #
  544. {5300}{}{, hurting the mighty mutant}
  545. {5301}{}{, striking a vital spot}
  546. {5302}{}{, striking a vital spot and knocking the giant to the ground}
  547. {5303}{}{. The giant mutant looks around for a moment, and then slumps to the ground}
  548. {5304}{}{. The head explodes like a giant, bloody watermelon}
  549. {5305}{}{, severely hurting the mighty mutant}
  550. {5306}{}{, causing the giant to spend a moment cursing the universe}
  551. {5307}{}{, striking a nerve and forcing the giant to grab his arm in pain}
  552. {5308}{}{. The blow breaks the elbow and probably didn't feel too good}
  553. {5309}{}{, breaking the thick arm and spewing mutant blood over the ground}
  554. {5310}{}{, causing the giant to stumble for a moment and then collapse like a felled tree}
  555. {5311}{}{, and gallons of viscera splurt to the ground}
  556. {5312}{}{, sending the giant flying to the floor}
  557. {5313}{}{. The mutant stumbles and falls, his leg barely able to support him}
  558. {5314}{}{, striking a vital location. The mutant crumples under a broken leg}
  559. {5315}{}{. The pain of a broken leg overwhelms the mighty giant}
  560. {5316}{}{, nearly blinding the mutant}
  561. {5317}{}{, blinding the now-furious mutant}
  562. {5318}{}{, nearly blinding the mutant but throwing him off balance}
  563. {5319}{}{. The blinded mutant stumbles back, unprepared for the next attack}
  564. {5320}{}{, blinding the now-unconscious mutant}
  565. {5321}{}{. The eyes of the mutant glow for a moment, and then the light fades - permanently}
  566. #
  567. # series 5400 - Ghouls
  568. #
  569. {5400}{}{. The ghoul is surprised, and fails to defend against this attack}
  570. {5401}{}{. This blow buries this ghoul}
  571. {5402}{}{. The stunned ghoul's hand flies open}
  572. {5403}{}{, sneaking through his armor and striking a critical joint}
  573. {5404}{}{, sneaking through his armor and lopping the arm off}
  574. {5405}{}{. The ghoul moves the wrong way at the wrong moment, and loses an eye}
  575. {5406}{}{. The ghoul is wearing no armor there}
  576. {5407}{}{, and without armor, the ghoul is blinded}
  577. {5408}{}{, causing the ghoul to look bewildered in his final moments}
  578. #
  579. # series 5500 - Brahmin
  580. #
  581. {5500}{}{, knocking the big beast to the ground}
  582. {5501}{}{, stunning both brains and felling the giant animal}
  583. {5502}{}{. The mutant cow gives a loud, startled cry}
  584. {5503}{}{, breaking one of the Brahmin's legs}
  585. {5504}{}{, seriously hurting the mutant cow}
  586. {5505}{}{, easily penetrating the thick hide of the giant beast}
  587. {5506}{}{, penetrating straight through both hearts of the mutant cow}
  588. {5507}{}{, blinding both sets of eyes with a single blow}
  589. {5508}{}{, blinding both heads and stunning the mutant cow}
  590. {5509}{}{, completely blinding the Brahmin and knocking it out}
  591. {5510}{}{, the large mutant bovine stumbles for a moment}
  592. {5511}{}{. The Brahmin shakes with rage}
  593. {5512}{}{. The Brahmin snorts with pain}
  594. {5513}{}{. The Brahmin is most upset with this udderly devastating attack}
  595. #
  596. # series 5600 - Radscorpions
  597. #
  598. {5600}{}{, sending the Radscorpion flying on it's back}
  599. {5601}{}{, separating the head from the carapace}
  600. {5602}{}{, seriously damaging the tail}
  601. {5603}{}{, putting a major hurt on it's claws}
  602. {5604}{}{. The blow slips between the cracks of the Radscorpion's tough carapace}
  603. {5605}{}{, striking through the tough carapace without pausing}
  604. {5606}{}{, passing through the natural armor and knocking the Radscorpion over}
  605. {5607}{}{. The Radscorpion cannot cope with a new sensation, like missing internal organs}
  606. {5608}{}{, sending the 'scorpion flying and crippling some of it's legs}
  607. {5609}{}{. The attack cuts through an unprotected joint on the leg, severing it}
  608. {5610}{}{, seriously wounding and blinding the mutant creature}
  609. {5611}{}{, penetrating almost to the brain. Talk about squashing a bug}
  610. {5612}{}{, almost penetrating to the brain, but blinding the creature instead}
  611. {5613}{}{. The attack is fiendish, and far too sophisticated for this simple creature}
  612. {5614}{}{. If it was human, you would swear it's pretty pissed off}
  613. {5615}{}{, knocking the poor creature senseless}
  614. {5616}{}{, spiking the brain to the floor}
  615. #
  616. # series 5700 - Rats
  617. #
  618. {5700}{}{. The rodent's skull makes several unhealthy sounds}
  619. {5701}{}{, squashing the rodent's skull like a wet paper bag}
  620. {5702}{}{, and the left paw now looks a little flat}
  621. {5703}{}{. The left paw of the rat is blown off}
  622. {5704}{}{. The right paw is heavily damaged}
  623. {5705}{}{, blowing the right paw off}
  624. {5706}{}{. The rat is seriously wounded by this attack}
  625. {5707}{}{, seriously wounding the rat and knocking it around}
  626. {5708}{}{, splattering the rat across the floor}
  627. {5709}{}{, crippling the right leg}
  628. {5710}{}{, putting a big hole in the left leg}
  629. {5711}{}{, doing some extra damage due to the sensitive location}
  630. {5712}{}{, summoning this creature to the great ratcatcher in the sky}
  631. #
  632. # series 5800 - Floaters
  633. #
  634. {5800}{}{, the floater drops to the ground}
  635. {5801}{}{, the floater falls to the ground, seemingly lifeless}
  636. {5802}{}{, with serious consequences to the creatures continued existance}
  637. {5803}{}{, stunning the foul creature}
  638. {5804}{}{, hitting a sensitive spot there and stunning the floater}
  639. {5805}{}{. The blow causes the floater to shudder violently in a spray of crimson}
  640. {5806}{}{, the blow causing some sort of violent reaction in the creature}
  641. {5807}{}{. The floater suddenly bursts into flames}
  642. {5808}{}{ then it jerks wildly and quivers like a pudding surprise}
  643. {5809}{}{, with the blow hitting a sensitive spot}
  644. {5810}{}{. The creature is obviously agitated}
  645. #
  646. # series 5900 - Centaurs
  647. #
  648. {5900}{}{, pushed like a bad habit, the centaur falls over and is stunned}
  649. {5901}{}{ as the blow strikes a critical spot}
  650. {5902}{}{, causing a massive neurological failure}
  651. {5903}{}{, stunning it with your violent attack}
  652. {5904}{}{, crippling the arm}
  653. {5905}{}{ striking a critical spot, and crippling the arm}
  654. {5906}{}{, knocking the creature over and crippling the leg}
  655. {5907}{}{, stunning the centaur as it is knocked over with a crippled leg}
  656. {5908}{}{, blinding a head}
  657. {5909}{}{, surprising the centaur. It blindly stumbles for a moment}
  658. {5910}{}{, surprising the centaur. It collapses in a heap}
  659. {5911}{}{, surprising the centaur. It collapses in a pile of goo}
  660. {5912}{}{. The attack was not as effective as it could have been}
  661. #
  662. # series 6000 - Robots
  663. #
  664. {6000}{}{, inflicting some structural damage}
  665. {6001}{}{, sparks fly and the robot goes momentarily out of control}
  666. {6002}{}{, hitting a critical component and forcing the robot out of control}
  667. {6003}{}{, hitting a critical component and causing a massive malfunction}
  668. {6004}{}{. The robot attempts to compensate}
  669. {6005}{}{. The robot strains to compensate}
  670. {6006}{}{, hitting some key part and causing heavy damage}
  671. {6007}{}{, inflicting heavy structural damage}
  672. {6008}{}{, hitting a critical component and causing severe damage}
  673. {6009}{}{. The robot shudders under this intense attack}
  674. {6010}{}{, dismantling the robot}
  675. {6011}{}{. The robot attempts to compensate, but fails, falling to the ground}
  676. {6012}{}{. The robot strains under the pressure, falling to the ground}
  677. {6013}{}{, breaking the sensor lenses}
  678. #
  679. # series 6100 - Dogs
  680. #
  681. {6100}{}{, knocking the pooch to the ground}
  682. {6101}{}{, right across the snout}
  683. {6102}{}{. The dog falls over, but it is still breathing}
  684. {6103}{}{, the animal coughs up a splurt of blood}
  685. {6104}{}{, crippling the leg}
  686. {6105}{}{, crippling the leg. The animal tries to remain standing, but fails}
  687. {6106}{}{. The blinded animal howls in pain}
  688. {6107}{}{, neutering the poor animal}
  689. #
  690. # series 6200 - Manti
  691. #
  692. {6200}{}{, knocking down this mutated insect}
  693. {6201}{}{, which collapses}
  694. {6202}{}{. The manti ponders whether to continue living}
  695. {6203}{}{, crippling the limb}
  696. {6204}{}{, causing the Manti to lick it's wounds. It holds the limb oddly}
  697. {6205}{}{, bypassing the chitinous armor}
  698. {6206}{}{. The manti shrieks and shivers must unhuman like}
  699. {6207}{}{, which causes the manti to fall over. A limb is bent at an odd shape}
  700. {6208}{}{, shredding the wings}
  701. {6209}{}{, bypassing the chitinous armor and throwing the manti around}
  702. {6210}{}{, blinding the insect with an accurate blow}
  703. #
  704. # series 6300 - Deathclaw
  705. #
  706. {6300}{}{. Even this beast seems fazed by that stunning attack}
  707. {6301}{}{, slipping past the huge claws to strike the monster. The Deathclaw shakes and growls}
  708. {6302}{}{. The result is massive damage to the Deathclaw's eyes}
  709. #
  710. # series 6400 - The Master
  711. #
  712. {6400}{}{, breaking past the bio-organic defenses}
  713. {6401}{}{, causing the Master some serious grief}
  714. {6402}{}{, breaking past the bio-organic defenses and putting the pressure on the Master}
  715. {6403}{}{, stunning the Master with a solid offensive plan}
  716. {6404}{}{, causing an overload of cataclysmic proportions in the Master's systems}
  717. {6405}{}{. The attack against the Master seems to do less damage than it should have}
  718. {6406}{}{. The blow gets by the bio-organic defenses, actually blinding the Master}
  719. #
  720. # series 6500 - The Player
  721. #
  722. {6500}{}{. You'll have a headache tomorrow, if you live that long}
  723. {6501}{}{. Your armor provides no protection from this well-aimed blow}
  724. {6502}{}{. You feel the pain for just a moment, and then darkness takes you..}
  725. {6503}{}{, bypassing your armor. The blow knocks you off your feet}
  726. {6504}{}{, the shock makes your vision go dark. After a moment, you notice that your vision has not returned}
  727. {6505}{}{. You get a nice view of your body as your head sails through the air}
  728. {6506}{}{. Surprisingly, the damage feels no worse than normal}
  729. {6507}{}{, stunning you for a moment}
  730. {6508}{}{. Feel the pain}
  731. {6509}{}{. The attack leaves your arm useless}
  732. {6510}{}{, slipping past your armor. The blow cracks the bones in your arm like deadwood}
  733. {6511}{}{, bypassing your armor. Your arm now hangs limply at your side}
  734. {6512}{}{. The bruise will look nice, and maybe the scars will make good party talk}
  735. {6513}{}{, crushing your internal organs. All you can do is gurgle blood}
  736. {6514}{}{, sending head over heels}
  737. {6515}{}{, sending you flying and breaking your leg}
  738. {6516}{}{, melting through your armor. The blow knocks you over and seriously hurts your knee}
  739. {6517}{}{. The pain from your broken leg sends you into unconsciousness}
  740. {6518}{}{. The painful blow makes you flinch, but does little else}
  741. {6519}{}{. Unlucky for you, it also causes immediate vision loss}
  742. {6520}{}{. It takes you a moment to wipe the blood from your eyes}
  743. {6521}{}{, slipping past your armor. You stand stunned as your realize you cannot see anymore}
  744. {6522}{}{. You feel a strange sensation in your head. You realize it's imminent brain-death}
  745. {6523}{}{, making you cringe}
  746. {6524}{}{. You cup your groin and fall to the floor in pain}
  747. {6525}{}{. The pain is sufficient to knock you out. Ouch}
  748. {6526}{}{. There are not enough words in the universe to describe the pain your are feeling at this moment}